home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / dxt135.zip / README.DOC < prev    next >
Text File  |  1996-08-03  |  6KB  |  127 lines

  1.  
  2.  
  3.  
  4.  
  5.          README.DOC                                          August 1996
  6.  
  7.          Welcome to DXT - the DBASE EXPLORATION TOOLS!
  8.  
  9.          The  DBASE Function Tree Generator (DFT)  is a powerful program
  10.          development,  maintenance and  documentation tool.  It provides
  11.          the programmer the ability to analyze the DBASE (or CLIPPER '87
  12.          and  other X-BASE  languages) source  code of  applications, no
  13.          matter  how big  or complex  they are.  DFT  is very  useful to
  14.          explore new, unknown software and to support software reuse and
  15.          maintenance.
  16.  
  17.          By  scanning and analyzing the program  source code, DFT builds
  18.          an  internal  representation  of  the  function call  hierarchy
  19.          relations. The  analysis is done with the original source code,
  20.          no  additional editing to mark  functions or data  types in the
  21.          source  code is necessary.  Several features  and options allow
  22.          the user to customize the generated hierarchy tree chart output
  23.          and  to get a large set of  useful information about the source
  24.          code.
  25.  
  26.          An  important feature is  the database  generation which allows
  27.          the  recalling of information without  reprocessing the source.
  28.          This  database can again be read from  DFT to produce different
  29.          outputs  or  to add  new files  to the  database.  The database
  30.          format  is dBASE  compatible. A  special recall  program called
  31.          DFTN  allows fast  searching for  items  in the  database. This
  32.          program  can be used  within any environment,  for example from
  33.          inside editors like BRIEF, QEDIT or MicroEMACS (DOS and WINDOWS
  34.          version), to  provide a full software project management system
  35.          with  access  to  all functions  and  data  types  with  just a
  36.          keystroke.  This feature makes a  comfortable "hypertext source
  37.          code browser and locator" system out of the editor. The windows
  38.          version provides an additionally DLL for database access.
  39.  
  40.          The  generation of  output files  compatible with  HTML viewers
  41.          like  NCSA Mosaic,  Netscape or  WinWord Internet  Assistant is
  42.          possible.  Also  RTF output  files  which can  be  compiled for
  43.          Windows  Help and  output for  the Rational  Rose CASE  tool is
  44.          possible.
  45.  
  46.          Another  feature is  the calculation  of the  critical function
  47.          call  path. It  is possible  to  generate formatted  ASCII text
  48.          files  with lists of the functions and  the scanned files which
  49.          can be used as input for other programs like word processors or
  50.          spreadsheet calculators.
  51.  
  52.          This software  package is provided either as a compressed self-
  53.          extracting  archive  file DXTnmm.EXE  (DBASE  EXPLORATION TOOLS
  54.          version  n.mm)  or as  a  ZIPped archive  file  DXTnmm.ZIP. The
  55.          Windows versions are named DXTWnmm.EXE (DBASE EXPLORATION TOOLS
  56.          version n.mm for Windows) or DXTWnmm.ZIP.
  57.  
  58.          The official  release contains the following files (D=only DOS,
  59.          W=only WINDOWS):
  60.  
  61.          DFT.EXE        D  The DBASE Function Tree Generator
  62.          DFTN.EXE          The DBASE Function Tree Navigator
  63.  
  64.                                         1
  65.  
  66.  
  67.  
  68.          DXT.CM            The BRIEF macro file
  69.          DXT.CB            The source code for the BRIEF macros
  70.          DXTKEYS.CM        The BRIEF macro key definition file
  71.          DXTKEYS.CB        The source code for the BRIEF key defines
  72.          DXT_QEDT.DAT      The QEDIT macro source code
  73.          DXT_ME.CMD        The MicroEMACS macro source code
  74.          DFTIDE.BAT     D  The Borland IDE transfer batch file for DFT
  75.          DBASE.FCT         The DBASE built-in functions and keywords
  76.          CLIPPER5.FCT      The CLIPPER built-in functions and keywords
  77.          SXT.DOC           The complete SXT documentation
  78.          INSTALL.DOC       The installation instructions
  79.          PRODUCTS.DOC      The SXT product overview
  80.          REGISTER.US       The INTERNATIONAL registration information
  81.          REGISTER.GER      The GERMAN registration information
  82.          NEWnmm.DXT        The new features and changes for version n.mm
  83.          HISTORY.DOC       The revision history
  84.          PROBLEMS.DOC      The problem and bug list
  85.          README.DOC        The file that you are currently reading
  86.          FILE_ID.DIZ       The BBS description file
  87.          HTML_RTF.DOC      The SXT HTML and RTF output description
  88.          DFTWIN.EXE     W  The DBASE Function Tree Generator for Windows
  89.          SXTWIN.DOC     W  The additional documentation for Windows
  90.          NEWnmm.WIN     W  The new features for the windows version
  91.          CTL3D.DLL      W  DLL for 3D dialogs
  92.          DFTN16.DLL     W  DLL to access DFT database
  93.          DFTN16.LIB     W  The library for the DLL
  94.          DFTNWIN.H      W  The prototype header file
  95.          SXTNVIEW.EXE   W  Visual  Basic   sample  application  for  DLL
  96.          access
  97.          SXTNVIEW.ICO   W  The SXTN icon
  98.          SXTNVIEW.FRM   W  The VB source code
  99.          SXTNVIEW.FRX   W  The VB source code
  100.          SXTNVIEW.MAK   W  The VB makefile
  101.          SXTNVIEW.DOC   W  The documentation for the sample application
  102.  
  103.          All documentation files are ASCII files and should be printable
  104.          on every printer.
  105.  
  106.          For more  information about usage, hardware and software system
  107.          requirements, installation, trademarks, warranties, license and
  108.          registration   details   see  the   appropriate  documentation,
  109.          especially   SXT.DOC,   INSTALL.DOC   and   REGISTER.US   resp.
  110.          REGISTER.GER.
  111.  
  112.  
  113.          This  software is Copyright  (C) 1988-1996  by Juergen Mueller,
  114.          Aldingerstrasse   22,   D-70806  Kornwestheim,   GERMANY.  This
  115.          software  is NOT public domain  or free software,  but is being
  116.          distributed as SHAREWARE.
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.                                         2